projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730723e
)
Add minibuffer-completion-contents.
author
Juri Linkov
<juri@jurta.org>
Fri, 16 Dec 2005 19:07:32 +0000
(19:07 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 16 Dec 2005 19:07:32 +0000
(19:07 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index c8c8c61fc429935b2ec0e66106f0e5fbf5147324..45ef93a9ae43d08e5233dea10de0ca72e71677b9 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-4185,6
+4185,11
@@
for directories, and completion inside it shows only directories.
** Completion changes:
++++
+*** The new function `minibuffer-completion-contents' returns the contents
+of the minibuffer just before point. That is what completion commands
+operate on.
+
+++
*** The functions `all-completions' and `try-completion' now accept lists
of strings as well as hash-tables additionally to alists, obarrays